home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 1.1 KB | 36 lines |
- #
- # $Revision: 1.4 $
- #
-
- include $(ROOT)/usr/include/make/commondefs
-
- XMFLAGS= -I$(ROOT)/usr/include/Xm
- LLDLIBS= -lXirisw -lvl -lXm -lXt -lX11 -limage -lgl -lm
- SFXOFILES = specialfx.o creation.o callbacks.o bxutil-c.o myutils.o
-
- TARGETS = specialfx vidtmesh vidpaint trails bigvideoin
-
- default all: $(TARGETS)
-
- specialfx: $(SFXOFILES)
- $(CCF) $(XMFLAGS) $(SFXOFILES) $(LDFLAGS) -o $@
-
- include $(COMMONRULES)
-
- # the following is included as comments to provide "pointers" to where this
- # gets dumped to if one loads the galileo.sw.demos subsystem
- #INST = $(INSTALL) -u demos -g demos
- #
- #install: default
- # $(INSTALL) -dir /usr/lib/X11/app-defaults
- # $(INSTALL) -f /usr/lib/X11/app-defaults Specialfx
- # $(INST) -dir /usr/demos/bin/video/galileo
- # $(INST) -m 755 -f /usr/demos/bin/video/galileo \
- # specialfx vidtmesh vidpaint trails bigvideoin \
- # app1.sh app2.sh app3.sh app4.sh app5.sh \
- # app6.sh grabndisp.sh grabnsave.sh help.sh \
- # util1.sh util2.sh
- # $(INST) -f /usr/demos/bin/video/galileo hiwheel.rgb run_specialfx \
- # medwheel.rgb wheel.rgb specialfx_help.scf demo.scf README
-
-